home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 3 / Amiga Format CD03 (1996-07-04)(Future Publishing)(GB)(Track 1 of 6)[!][issue 1996-08].iso / comms / netsoftware / cobbweb1.lha / startnet.diff < prev    next >
Text File  |  1995-03-19  |  697b  |  27 lines

  1. *** startnet.org    Sun Mar 19 19:19:12 1995
  2. --- startnet    Mon Mar 13 20:20:47 1995
  3. ***************
  4. *** 14,19 ****
  5. --- 14,23 ----
  6.   AmiTCP:bin/ifconfig lo0 localhost
  7.   ; Configure ppp0
  8.   AmiTCP:bin/ifconfig ppp0 {IPADDRESS} 38.145.223.126
  9. + ; activate ppp0
  10. + online ppp0
  11.   ; Add IP address entry for this host 
  12.   rx "address AMITCP; 'ADD HOST {IPADDRESS} mango.mnemonics.com '"
  13.   ; Add route to this host
  14. ***************
  15. *** 26,29 ****
  16.     Mount TCP: from AmiTCP:devs/Inet-Mountlist
  17.   EndIf
  18.   ; Start the internet `super server'
  19. ! run AmiTCP:bin/inetd
  20. --- 30,33 ----
  21.     Mount TCP: from AmiTCP:devs/Inet-Mountlist
  22.   EndIf
  23.   ; Start the internet `super server'
  24. ! run <NIL: >NIL: AmiTCP:bin/inetd
  25.